home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-03 | 1.3 KB | 42 lines | [TEXT/CWIE] |
- //========================================================================================
- //
- // File: ViewIds.k
- //
- // This file was generated automatically by AppMaker
- //
- // --> DO NOT EDIT IT DIRECTLY, unless you won't make anymore changes with AppMaker.
- //
- // --> Include this file in your "Defines.k"
- //
- //========================================================================================
-
- #ifndef VIEWIDS_K
- #define VIEWIDS_K
-
- // Note: view ids are generated with the name used in AppMaker
-
- //----------------------------------------------------------------------------------------
- // MainWindow frame resource id to use when creating the frame in your part's NewFrame method.
- #define kMainWindowResID 1024
-
- #define kHeadlineTextID 'Heae'
- #define kTaglineTextID 'Tage'
- #define kCreatesViewsCheckID 'Cres'
- #define kGeneratesCodeCheckID 'Gene'
- #define kPictID 'CntV'
- #define kBowersPictID 'Bows'
- #define kGadgetsListBoxID 'Gads'
- #define kGenerateGroupID 'Gene'
- #define kWwwAddressEditID 'Wwws'
- #define kFootnote1TextID 'Foo1'
- #define kFootnote2TextID 'Foo2'
-
- //----------------------------------------------------------------------------------------
- // The following ids are hard-coded and shared by all frames
-
- #define kVertScrollBarID 'vert'
- #define kHorzScrollBarID 'horz'
- #define kGrowBoxID 'grow'
-
- #endif
-